PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPatternPen Class / setColor Method
The pen color.
In This Topic
    setColor Method
    In This Topic
    Sets the pen color.
    Syntax
    public void setColor( 
       PDFColor value
    )

    Parameters

    value
    The pen color.
    Exceptions
    ExceptionDescription
    When color is null or it is not a pattern color.
    See Also